Logo 
Search:

Search

 
Search:    
 

Resource TypePosted On
Explain the difference between echo “$SHELL” and echo ‘$SHELL’Mar 10
Explain the command, which work as spelling checker? Mar 05
Explain two functionality of “mv” command with example? Oct 18
A PROGRAM TO WRITE A PROGRAM TO EXCHANGE TWO MEMORY LOCATIONS WITH OUT USING `XC...Feb 22
PROGRAM TO COPY ONE STRING INTO ANOTHER STRING WITH AND WITHOUT USING "MOVSB" IN...Mar 13
PROGRAM TO COMPARE TWO STRINGS WITH AND WITHOUT USING "CMPSB" INSTRUCTION USING...Dec 02
PROGRAM TO EXCHANGE THE CONTENT OF AL AND AH REGISTERS WITHOUT USING XCHG...Jul 06
PROGRAM TO DISPLAY MESSAGE ON SCREEN THRU LEA INSTRUCTIONJan 28
PROGRAM TO DISPLAY MESSAGE ON SCREEN THRU MOV INSTRUCTIONJan 29
Instruction set of program and machine control for 8051Jan 23
Program that multiply the contents of AL by 8 ( using SHL instruction )Oct 05
Program that divide the contents of AL by 4 ( using SHR instruction ).Jul 03
Program that will copy a string STRING_1 into another string STRING_2 using the ...Jan 23
Program that prompts the user to enter a string, then stores it in a variable us...Aug 04
Program that will display a string using instruction LODSB.......Jun 06
Program that will read a positive binary number and print its factorial in binar...Sep 07
Program that will read a binary number and print it on the next line in decimal ...Nov 17
Program that read two numbers in binary form, computes and display their product...Jan 14
Program to read a letter in Upper case and print it after converting it in to Lo...Jul 13
PROGRAM TO EXCHANGE TWO MEMORY LOCATION WITH OUT USING XCHG ; INSTRUCTIONFeb 28
Program that will read a positive decimal number and print its factorial in deci...Sep 14
Program that initialize an array of size 10 with 0 using DUP instruction. Also d...Jun 30